home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
pc
/
allfiles
/
angry
/
scene1_2.dir
/
00024_guyRoll_3 GOTO next.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-03-01
|
224 b
|
16 lines
global gGuyTextList
on enterFrame
if rollOver(3) then
nothing()
end if
if not rollOver(3) then
go("guyOff")
set the member of sprite 7 to member("guy_walk1")
end if
end
on exitFrame
go(the frame)
end